-
Home
-
Import Content in WordPress & WooCommerce with Excel
-
3.7
-
Code
-
Classes
- PolynomialBestFit
Total Complexity |
26 |
Dependencies |
1 |
Dependents |
2 |
Total lines |
194 |
Lines of code |
95 |
Logical lines of code |
61 |
Comment lines |
68 |
Methods |
8 |
Properties |
2 |
Methods 8
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
polynomialRegression() |
A |
46 |
8 |
37 |
__construct() |
S |
58 |
5 |
15 |
getEquation() |
S |
59 |
4 |
14 |
getValueOfYForX() |
S |
63 |
3 |
10 |
getSlope() |
S |
64 |
3 |
10 |
getOrder() |
S |
82 |
1 |
3 |
getValueOfXForY() |
S |
79 |
1 |
3 |
getCoefficients() |
S |
78 |
1 |
3 |